projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee7226e
)
Avoid the #pragma alloca on AIX 4.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 29 Feb 1996 00:32:15 +0000
(
00:32
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 29 Feb 1996 00:32:15 +0000
(
00:32
+0000)
src/s/aix3-2.h
patch
|
blob
|
history
diff --git
a/src/s/aix3-2.h
b/src/s/aix3-2.h
index 9981bc270920d1a1bc77d5b3736fcf80a1c9a0c2..8ed99d99e4d1fadf7876ed9efaa3e4f892a5dc7c 100644
(file)
--- a/
src/s/aix3-2.h
+++ b/
src/s/aix3-2.h
@@
-18,8
+18,10
@@
#define HAVE_ALLOCA
/* Adrian Colley <Adrian.Colley@three.serpentine.com> says this is needed. */
#ifndef NOT_C_CODE
+#ifndef AIX4
#pragma alloca
#endif
+#endif
#undef rindex
#undef index